home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2007 June / PC Advisor 2007 June.iso / FULL / OPENOFFICE / openoffice.exe / openofficeorg3.cab / DrawWindowState.xcs < prev    next >
Extensible Markup Language  |  2006-11-06  |  1KB  |  24 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="DrawWindowState" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.     <info>
  5.         <desc>Contains state information of all dockable user interface elements based on a Window class which belongs to the Draw module.</desc>
  6.     </info>
  7.     <import oor:component="org.openoffice.Office.UI.WindowState"/>
  8.     <uses oor:component="org.openoffice.Office.UI.WindowState"/>
  9.     <templates/>
  10.     <component>
  11.         <group oor:name="UIElements">
  12.             <info>
  13.                 <desc>Contains user interface element state data specific for the Draw module."</desc>
  14.             </info>
  15.             <set oor:name="States" oor:node-type="WindowStateType" oor:component="org.openoffice.Office.UI.WindowState">
  16.                 <info>
  17.                     <desc>Contains states of all known dockable user interface elements of the Draw module."</desc>
  18.                 </info>
  19.             </set>
  20.         </group>
  21.     </component>
  22. </oor:component-schema>
  23.  
  24.